home *** CD-ROM | disk | FTP | other *** search
- <<<<<<<<<<<<<<<<<<<<< DIR ... DIRECTORY >>>>>>>>>>>>>>>>>>>>>
-
- PURPOSE: Lists either all of the files in a directory ... or only
- those that are specified. You may also indicate a Drive or a path.
-
- ; DIR ... Lists all files on the default
- ; directory of the default drive.
-
- ; DIR B: ... Lists all files on the default
- ; directory of Drive B.
-
- ; DIR C:\DATA\*.FAA ... Lists all files ending with the
- ; extension .FAA which are in the
- ; directory DATA on Drive C.
-
- ; DIR SUPPLY.M?? /W ... The /W provides a wide display of
- ; the directory. The ?? are wild
- ; cards for individual characters.
-
- ; DIR A: /P ... The /P causes the screen to pause
- ; when the video screen is full.
- ; Strike any key to advance to the
- ; next screen.
- ###